home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / Triton / Demo next >
Text File  |  1998-02-03  |  234b  |  12 lines

  1. ; CD into the library directory
  2. cd libs37/
  3.  
  4. ; Eventually expunge old triton.library versions from memory
  5. avail flush <NIL: >NIL:
  6.  
  7. ; Run the Triton demo
  8. /demos/demo
  9.  
  10. ; For the case that this has been startet from a shell, CD back
  11. cd /
  12.